1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class uctSearchNhanVien
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Component Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.dgvDanhSachNV = new System.Windows.Forms.DataGridView();
32             
this.grDanhSachNV = new System.Windows.Forms.GroupBox();
33             
this.cmbFind = new System.Windows.Forms.ComboBox();
34             
this.label1 = new System.Windows.Forms.Label();
35             
this.txtFind = new System.Windows.Forms.TextBox();
36             
this.btnFind = new System.Windows.Forms.Button();
37             
this.label12 = new System.Windows.Forms.Label();
38             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachNV)).BeginInit();
39             
this.grDanhSachNV.SuspendLayout();
40             
this.SuspendLayout();
41             
//
42             
// dgvDanhSachNV
43             
//
44             
this.dgvDanhSachNV.AllowUserToAddRows = false;
45             
this.dgvDanhSachNV.AllowUserToDeleteRows = false;
46             
this.dgvDanhSachNV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
47             
this.dgvDanhSachNV.BackgroundColor = System.Drawing.SystemColors.ControlLight;
48             
this.dgvDanhSachNV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
49             
this.dgvDanhSachNV.Dock = System.Windows.Forms.DockStyle.Fill;
50             
this.dgvDanhSachNV.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
51             
this.dgvDanhSachNV.Location = new System.Drawing.Point(3, 16);
52             
this.dgvDanhSachNV.Name = "dgvDanhSachNV";
53             
this.dgvDanhSachNV.ReadOnly = true;
54             
this.dgvDanhSachNV.Size = new System.Drawing.Size(791, 157);
55             
this.dgvDanhSachNV.TabIndex = 60;
56             
//
57             
// grDanhSachNV
58             
//
59             
this.grDanhSachNV.BackColor = System.Drawing.SystemColors.ControlLight;
60             
this.grDanhSachNV.Controls.Add(this.dgvDanhSachNV);
61             
this.grDanhSachNV.Location = new System.Drawing.Point(9, 94);
62             
this.grDanhSachNV.Name = "grDanhSachNV";
63             
this.grDanhSachNV.Size = new System.Drawing.Size(797, 176);
64             
this.grDanhSachNV.TabIndex = 62;
65             
this.grDanhSachNV.TabStop = false;
66             
//
67             
// cmbFind
68             
//
69             
this.cmbFind.FormattingEnabled = true;
70             
this.cmbFind.Location = new System.Drawing.Point(169, 26);
71             
this.cmbFind.Name = "cmbFind";
72             
this.cmbFind.Size = new System.Drawing.Size(121, 21);
73             
this.cmbFind.TabIndex = 63;
74             
//
75             
// label1
76             
//
77             
this.label1.AutoSize = true;
78             
this.label1.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
79             
this.label1.Location = new System.Drawing.Point(12, 28);
80             
this.label1.Name = "label1";
81             
this.label1.Size = new System.Drawing.Size(113, 17);
82             
this.label1.TabIndex = 64;
83             
this.label1.Text = "Tìm kiếm theo :";
84             
//
85             
// txtFind
86             
//
87             
this.txtFind.Location = new System.Drawing.Point(312, 26);
88             
this.txtFind.Name = "txtFind";
89             
this.txtFind.Size = new System.Drawing.Size(258, 20);
90             
this.txtFind.TabIndex = 65;
91             
this.txtFind.TextChanged += new System.EventHandler(this.txtFind_TextChanged);
92             
//
93             
// btnFind
94             
//
95             
this.btnFind.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
96             
this.btnFind.Location = new System.Drawing.Point(617, 25);
97             
this.btnFind.Name = "btnFind";
98             
this.btnFind.Size = new System.Drawing.Size(75, 23);
99             
this.btnFind.TabIndex = 66;
100             
this.btnFind.Text = "Tìm kiếm";
101             
this.btnFind.UseVisualStyleBackColor = true;
102             
this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
103             
//
104             
// label12
105             
//
106             
this.label12.AutoSize = true;
107             
this.label12.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
108             
this.label12.Location = new System.Drawing.Point(309, 64);
109             
this.label12.Name = "label12";
110             
this.label12.Size = new System.Drawing.Size(164, 17);
111             
this.label12.TabIndex = 67;
112             
this.label12.Text = "KẾT QUẢ TÌM KIẾM ";
113             
//
114             
// uctSearchNhanVien
115             
//
116             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
117             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
118             
this.Controls.Add(this.label12);
119             
this.Controls.Add(this.btnFind);
120             
this.Controls.Add(this.txtFind);
121             
this.Controls.Add(this.label1);
122             
this.Controls.Add(this.cmbFind);
123             
this.Controls.Add(this.grDanhSachNV);
124             
this.Name = "uctSearchNhanVien";
125             
this.Size = new System.Drawing.Size(812, 272);
126             
this.Load += new System.EventHandler(this.uctSearchNhanVien_Load);
127             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachNV)).EndInit();
128             
this.grDanhSachNV.ResumeLayout(false);
129             
this.ResumeLayout(false);
130             
this.PerformLayout();
131
132         }
133
134         
#endregion
135
136         
private System.Windows.Forms.DataGridView dgvDanhSachNV;
137         
private System.Windows.Forms.GroupBox grDanhSachNV;
138         
private System.Windows.Forms.ComboBox cmbFind;
139         
private System.Windows.Forms.Label label1;
140         
private System.Windows.Forms.TextBox txtFind;
141         
private System.Windows.Forms.Button btnFind;
142         
private System.Windows.Forms.Label label12;
143
144     }
145 }


Gõ tìm kiếm nhanh...